home *** CD-ROM | disk | FTP | other *** search
/ Dominator 4 / Dominator 4.iso / golf / lib / debug.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-19  |  976 b   |  20 lines

  1. //╔══════════════════════════════════════════════════════════════════════════╗
  2. //║ UPDATE LOG: DEBUG.H                                                      ║
  3. //║                                                                          ║
  4. //║ date         update by       description                                 ║
  5. //║ ────         ─────────       ───────────                                 ║
  6. //║                                                                          ║
  7. //║                                                                          ║
  8. //║                                                                          ║
  9. //║                                                                          ║
  10. //╚══════════════════════════════════════════════════════════════════════════╝
  11.  
  12. #ifndef _DEBUG_H_INCLUDED
  13. #define _DEBUG_H_INCLUDED
  14.  
  15. #define    DEBUGGING 0    // set to 1 to use alternate keyboard
  16.                     // routines for when you want to debug
  17. #endif
  18.   
  19.  
  20.